public void AddDoubleSetting( string strSettingPath, double[] arrValues, Range[] arrRange, ISettings.CreationFlag eFlag )
public: void AddDoubleSetting( String^ strSettingPath, array<double>^ arrValues, array<Range^>^ arrRange, ISettings.CreationFlag eFlag )
Parameters
- strSettingPath
- Indicates the path of the setting (relative to path of the node, path starts after the path of the node).
- arrValues
- Array of values added to the setting
- arrRange
- Array of Range. Used for value validation.
- eFlag
- ISettings.CreationFlag